BzrCrvWriteToFile2

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

BzrCrvWriteToFile2()  

SYNOPSIS

prsr_lib/bzr_wrt.c:84

int BzrCrvWriteToFile2(CagdCrvStruct *Crvs,
                       int Handler,
                       int Indent,
                       char *Comment,
                       char **ErrStr)
 

DESCRIPTION

Writes Bezier curve(s) list into file. Returns TRUE if succesful, FALSE otherwise. The file descriptor is not closed. If Comment is NULL, no comment is wrriten, if "" only internal comment is written.  

PARAMETERS:

Crvs: To write to open stream.

Handler: A handler to the open stream.

Indent: Primary indentation. All information will be written from the column specified by Indent.

Comment: Optional, to describe the geometry.

ErrStr: If an error occurs, to describe the error.  

FUNCTION RETURN VALUE

int: TRUE if succesful, FALSE otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:17 GMT, October 17, 2022